home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Entertainment / Comics / Traffic Stack(SF Game) / card_6361.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  977 b   |  53 lines

  1. -- card: 6361 from stack: in
  2. -- bmap block id: 4643
  3. -- flags: 0000
  4. -- background id: 2203
  5. -- name: PAN.1
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.  
  9. end mouseUp
  10.  
  11.  
  12.  
  13. -- part 3 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=10 top=289 right=339 bottom=63
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   play boing
  28.   visual effect wipe left
  29.   go card "intro"
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 4 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=445 top=288 right=338 bottom=498
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: 
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   play boing tempo 200 c5e b4 c5q
  49.   visual effect checkerboard
  50.   go card "Pan.2"
  51. end mouseUp
  52.  
  53.